<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><description>Personal blog. Mostly photos.</description><title>Daniel Pietzsch</title><generator>Tumblr (3.0; @danielpietzsch)</generator><link>https://blog.danielpietzsch.com/</link><item><title>ABTests.com is the first website I see (and the only one so...</title><description>&lt;img src="https://64.media.tumblr.com/tumblr_kri1n8bjrQ1qa3r7do1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://www.abtests.com/"&gt;ABTests.com&lt;/a&gt; is the first website I see (and the only one so far), making it possible to display the password your are typing when registering a new account.&lt;/p&gt;

&lt;p&gt;I was wondering when it’ll be the first time I’ll see this after reading Jacob Nielsen’s &lt;a href="http://www.useit.com/alertbox/passwords.html"&gt;Stop Password Masking&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Usability suffers when users type in passwords and the only feedback they get is a row of bullets. Typically, masking passwords doesn’t even increase security, but it does cost you business due to login failures.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;They use two input fields to do this - one of type=“password” and one of type=“text”. They hide/show them according to whether the checkbox it ticked or not:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&lt;label for="id_password1"&gt;I want my password to be
    &lt;input type="password" name="password1" id="id_password1" /&gt;
    &lt;input type="text" class="" style="display: none;"&gt;
&lt;/label&gt;
&lt;input id="show-password" type="checkbox" class="show-password"&gt;
&lt;label for="show-password" id="show-password-label"&gt;Show password&lt;/label&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Do you know of other websites that do this?&lt;/p&gt;</description><link>https://blog.danielpietzsch.com/post/212751676</link><guid>https://blog.danielpietzsch.com/post/212751676</guid><pubDate>Wed, 14 Oct 2009 12:11:00 +0200</pubDate><category>ux</category><category>password masking</category><category>links</category><category>software development</category></item></channel></rss>
